﻿@charset 'UTF-8';

/* CSS Document */


/*切图：gz*/




* {
    padding: 0;
    margin: 0;
}

html {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

ul,
ol,
li {
    list-style-type: none;
    line-height: normal;
}

body {
    min-height: 100%;
    overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
    font-family: 'Microsoft yahei', Arial;
    font-size: 12px;
}

code,
kbd,
pre,
samp {
    font-family: 'Microsoft yahei', Arial;
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    /*清除IOS系统点击默认事件*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    color: #333;
    cursor: pointer;
}

img {
    border: 0;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
    font-family: 'Microsoft yahei', Arial;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

input,
table,
tr,
td {
    margin: 0;
    padding: 0;
    border: none;
}

button,
table {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}

select {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft yahei', Arial;
}

textarea {
    resize: none;
}

textarea,
input {
    outline: 0;
}


/*html5*/

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block
}

.pz_top {
    float: left;
    width: 100%;
}

.pz_banner {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.pz_main {
    float: left;
    width: 100%;
}

.pz_down {
    float: left;
    width: 100%;
}

::-webkit-input-placeholder {
    color: #999 !important;
    opacity: 1;
    filter: alpha(opacity=100);
}

:-moz-placeholder {
    color: #999 !important;
    opacity: 1;
    filter: alpha(opacity=100);
}

::-moz-placeholder {
    color: #999 !important;
    opacity: 1;
    filter: alpha(opacity=100);
}

:-ms-input-placeholder {
    color: #999 !important;
    opacity: 1;
    filter: alpha(opacity=100);
}

.g_index-img {
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
}

.g_index-img img {
    width: 100%;
    height: 100%;
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: width all 0.4s linear;
}

.xx:hover .g_index-img img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

{
    /*圆角*/
    border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    /*阴影*/
    box-shadow: 0 3px 3px #fff;
    -moz-box-shadow: 0 3px 3px #fff;
    -ms-box-shadow: 0 3px 3px #fff;
    -webkit-box-shadow: 0 3px 3px #fff;
    /*旋转*/
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
}

.w_0100 {
    float: left;
    width: 100%;
}

.w_1170 {
    width: 1170px;
    margin: 0 auto;
}

@media screen and (max-width:1169px) {
    .w_1170 {
        width: auto;
        padding: 0 2%;
    }
}


/*pc版头部*/

.top1 {
    float: left;
    width: 100%;
    z-index: 9999;
    position: relative;
}

.c_0100_1 {
    width: 1170px;
    margin: 0 auto;
}

@media screen and (max-width:1169px) {
    .c_0100_1 {
        width: auto;
        margin: 0 auto;
    }
}


/*top*/

.logo {
    float: left;
    padding: 19px 0 20px 0;
}


/*导航下拉菜单*/

.r_menu {
    float: right;
}

#header {
    float: left;
    height: 80px;
    margin-right: 21px;
}

.nav {
    float: left;
}

.nav li {
    position: relative;
    float: left;
    text-align: center;
    padding: 20px 0;
    margin-right: 9px;
}

.nav li a {
    float: left;
    display: block;
    width: 103px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #454545;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.nav li .a2 {
    background: #fff;
    color: #333;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -webkit-border-radius: 18px;
}

.nav li:hover .a2,
.nav li.on .a2 {
    background: #1b7acb;
    color: #fff;
}

.nav li:hover .a2,
.nav li.on .a2 {
    color: #fff;
}

.nav>li>a {
    padding: 0;
}

.nav>li>a:hover {
    background: none;
}

.nav li .nav-w {
    z-index: 21;
    position: absolute;
    display: none;
    float: left;
    clear: both;
    overflow: hidden;
    width: 100%;
    top: 100%;
    left: 0%;
}

.nav li .section-nav1 {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.nav li .section-nav1 ul {
    background: #f2f2f2;
    float: left;
    position: static;
    margin: 0px;
    width: 100%;
    overflow: hidden;
}

.nav li .section-nav1 ul li {
    float: left;
    position: static;
    padding: 0px;
    width: 100%;
    background: none;
    float: left;
    margin: 0;
}

.nav li .section-nav1 ul li:first-child {
    margin-top: 0px;
}

.nav li .section-nav1 ul li:last-child {
    margin-bottom: 0px;
}

.nav li .section-nav1 ul li a {
    text-align: center;
    padding: 0px;
    line-height: 40px;
    width: 100%;
    display: block;
    background: none;
    float: left;
    height: auto;
    color: #5e5e5e;
    font-size: 14px;
    overflow: hidden;
    cursor: pointer;
    font-weight: normal;
}

.nav li .section-nav1 ul li a:hover {
    background: #1b7acb;
    color: #fff;
}


/*phone版头部*/

.top2 {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    background: rgba(255, 255, 255, 1);
    z-index: 1030;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

.top2 .logo {
    padding: 15px 0 15px 3%;
}

.top2 .logo img {
    height: 100%;
    width: auto;
}

@media screen and (max-width:767px) {
    .top2 .logo {}
}

@media screen and (max-width:1199px) {
    /*手机按钮*/
    .menuph {
        float: right;
        margin-top: 15px;
        margin-right: 3%;
        cursor: pointer;
        width: 40px;
        height: 40px;
        background-color: #1b7acb;
        text-align: center;
    }
    .menuph .point {
        display: inline-block;
        width: 24px;
        height: 22px;
        margin-top: 10px;
        position: relative;
    }
    .menuph .point:hover .navbtn,
    .menuph .point:hover .navbtn::after,
    .menuph .point:hover .navbtn::before {
        width: 24px;
    }
    .menuph .navbtn {
        position: absolute;
        top: 10px;
        right: 0;
        display: inline-block;
        width: 18px;
        height: 1px;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        background: #fff;
    }
    .menuph .navbtn::after,
    .menuph .navbtn::before {
        position: absolute;
        right: 0;
        display: inline-block;
        width: 24px;
        height: 1px;
        content: '';
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        background: #fff;
    }
    .menuph .navbtn::after {
        top: -11px;
    }
    .menuph .navbtn::before {
        top: 10px;
    }
    .menuph .point.active .navbtn {
        background: transparent;
    }
    .menuph .point.active .navbtn::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0px;
    }
    .menuph .point.active .navbtn::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0px;
    }
    /*手机导航*/
    /*手机下拉*/
    .xialaph {
        position: absolute;
        top: 72px;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding-bottom: 200px;
        display: none;
        z-index: 99999;
        background: #fff;
    }
    .xialaph .ul2,
    .xialaph .ul3 {
        display: none;
    }
    .xialaph h4 a {
        color: #333;
        font-size: 16px;
        font-weight: bold;
        line-height: 62px;
    }
    .xialaph h4 {
        position: relative;
    }
    .xialaph li:last-child h4::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #e5e5e5;
        /*opacity: 0.1;*/
    }
    .xialaph h4::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #e5e5e5;
        /*opacity: 0.1;*/
    }
    .xialaph h5 a {
        color: #333;
        font-size: 16px;
        font-family: "微软雅黑";
        line-height: 57px;
    }
    .xialaph h5 {
        position: relative;
    }
    .xialaph h5::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #e5e5e5;
        /*opacity: 0.05;*/
    }
    .xialaph li:last-child h5::after {
        display: none;
    }
    .xialaph h4 img {
        width: 15px;
        height: 8px;
        float: right;
        margin-top: 29px;
        cursor: pointer;
    }
    .xialaph h5 img {
        width: 11px;
        height: 6px;
        float: right;
        margin-top: 26px;
        margin-right: 18px;
        cursor: pointer;
    }
    .xialaph h4.active img.img_s,
    .xialaph h5.active img.img_s {
        display: none;
    }
    .xialaph h4.active img.img_d,
    .xialaph h5.active img.img_d {
        display: block;
    }
    .xialaph .ul3 {
        padding-top: 12px;
        padding-bottom: 18px;
        padding-left: 15px;
        position: relative;
    }
    .xialaph .ul3::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #e5e5e5;
    }
    .xialaph li:last-child .ul3::after {
        display: none;
    }
    .xialaph .ul3 li a {
        color: #666;
        font-size: 14px;
        line-height: 35px;
        display: block;
    }
    .xialaph .ul3 li {
        padding-top: 5px;
    }
    .xialaph .ul3 li:first-child {
        padding-top: 0;
    }
    .xialaph .phsou {
        position: relative;
        margin-top: 34px;
    }
    .xialaph .phsou input {
        width: 100%;
        height: 56px;
        background-color: #fff;
        color: #aaa;
        font-size: 14px;
        padding-left: 20px;
        border: 1px solid #e5e5e5;
    }
    .xialaph .phsou img {
        cursor: pointer;
        width: 21px;
        height: 22px;
        position: absolute;
        top: 17px;
        right: 29px;
    }
    .xialaph .login_ph {
        display: block;
        text-align: center;
        font-size: 16px;
        color: #c6c6c6;
        margin-top: 10px;
    }
    .xialaph .login_ph a {
        color: #333333;
    }
    .xialaph .login_ph a:hover {
        color: #188dce;
    }
    .phonemeng {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .6;
        z-index: 196;
        display: none;
    }
    .phonemeng.active {
        display: block;
    }
    .img_d,
    .disno {
        display: none;
    }
    .container.ph_nav {
        padding: 0;
    }
    .xialaph .phsou {
        width: 96%;
        margin: 0 2%;
        position: relative;
        margin-top: 30px;
    }
    .xialaph .phsou input {
        width: 100%;
        height: 56px;
        background-color: #fff;
        color: #aaa;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 15%;
        border: 1px solid #e5e5e5;
    }
    .xialaph .phsou img {
        cursor: pointer;
        width: 17px;
        height: 17px;
        position: absolute;
        top: 20px;
        right: 29px;
    }
}


/*banner*/

.slide_banner {
    float: left;
    width: 100%;
    margin: 0;
    overflow: hidden;
    outline: none;
    height: 600px;
}

.slide_banner a {
    outline: none;
}

.slide_banner .slick-slide {
    width: 100%;
    padding: 0;
    outline: none;
}

.slide_banner img {
    outline: none;
}

.slide_banner .slick-prev {
    width: 50px;
    height: 60px;
    background: url(images/l1.png) no-repeat;
    left: 14.8%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.slide_banner .slick-prev:hover {}

.slide_banner .slick-next {
    width: 50px;
    height: 60px;
    background: url(images/r1.png) no-repeat;
    right: 14.8%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.slide_banner .slick-next:hover {}

.slide_banner .slick-dots {
    bottom: 22px;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.slide_banner .slick-dots li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 60px;
    height: 5px;
    margin: 0 3px;
    vertical-align: bottom;
    background: #999;
    text-indent: -9999px;
    overflow: hidden;
    content: " ";
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.slide_banner .slick-dots li.slick-active {
    background: #347ab6;
}

@media screen and (max-width:1199px) {
    .slide_banner .slick-prev {
        left: 0;
    }
    .slide_banner .slick-next {
        right: 0;
    }
}

@media screen and (max-width:991px) {
    .slide_banner .slick-dots {
        width: 100%;
        margin: 0;
        margin: 0 auto;
        text-align: center;
    }
    .slide_banner .slick-dots li {
        float: none;
    }
}

@media screen and (max-width:767px) {
    .slide_banner {
        margin-top: 0px;
    }
    .slide_banner .slick-dots {
        bottom: 18px;
    }
    .slide_banner .slick-dots li {
        width: 10px;
        height: 10px;
    }
    .slide_banner .slick-prev {
        width: 30px;
        height: 40px;
        background-size: 100% 100%;
    }
    .slide_banner .slick-next {
        width: 30px;
        height: 40px;
        background-size: 100% 100%;
    }
}


/*手机版底部菜单*/

.kuai {
    float: left;
    width: 100%;
    height: 50px;
}

.pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #f5f5f5;
    border-top: solid 1px #ddd;
    height: 50px;
    z-index: 999999;
}

.pf_down li {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 5px 0 0 0;
}

.pf_down li .ico7 {
    width: 100%;
    float: left;
    height: 20px;
}

.pf_down li .name {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    font-family: "Arial";
}

.pf_down li.l1 .ico7 {
    background: url(images/btn15.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
    background: url(images/btn16.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
    background: url(images/bnt17.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.on .name {
    color: #1b7acb;
}

.pf_down .l1.on .ico7 {
    background: url(images/btn15_1.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down .l2.on .ico7 {
    background: url(images/btn16_1.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down .l3.on .ico7 {
    background: url(images/bnt17_1.png) no-repeat center;
    background-size: 20px 20px;
}


/*pz_top*/

.bg_ececec {
    background: #ececec;
}

.c_0100_2 {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.r_much {
    float: right;
}

.r_much .phone1 {
    float: left;
    padding: 0 28px 0 25px;
    height: 30px;
    border-right: 1px solid #e0e0e0;
    background: url(images/ico2.png) left center no-repeat;
    font-size: 14px;
    color: #666;
}

.r_much .phone1 .span {
    font-family: "Arial";
}

.r_much .sel1 {
    /*appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;*/
    float: left;
    width: 57px;
    height: 30px;
    border: 0;
    background: #fdfcfc;
    border-right: 1px solid #e0e0e0;
    font-size: 12px;
    color: #555;
    padding-left: 15px;
    /*background:url(images/ico1.jpg) no-repeat left center;*/
    outline: none;
}

.r_much .sel1:hover {
    background: #fff;
    color: #1b7acb
}

.a1 {
    float: left;
    margin-left: 25px;
    margin-top: 7px;
}

.a1 img {
    display: block
}

.searchicon {
    float: right;
    width: 17px;
    height: 80px;
    padding-bottom: 31px;
    padding-top: 32px;
    cursor: pointer;
    position: relative;
}

.searchicon .searchfloat {
    position: absolute;
    width: 293px;
    height: 48px;
    line-height: 48px;
    right: 0;
    top: 100%;
    background: #fff;
    padding: 0 10px 0 10px;
    color: #666;
    font-size: 14px;
    border: 1px solid #1b7acb;
    display: none;
}

.input1 {
    float: left;
    width: 92%;
    height: 46px;
    line-height: 46px;
    padding-right: 3%;
}

.input2 {
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 15px;
}

.input2 img {
    display: block;
}


/*pz_banner*/

.l_42 {
    float: left;
    width: 42.9%;
    margin-left: 2%;
    height: 340px;
    margin-top: 105px;
    padding: 63px 5.5% 0 4.2%;
    letter-spacing: 0.6px;
    background: rgba(255, 255, 255, 0.6);
}

.l_42 .h1_1 {
    float: left;
    width: 100%;
    height: 63px;
    line-height: 63px;
    margin-top: 12px;
    font-size: 32px;
    color: #333;
    font-weight: bold;
}

.l_42 .h2_1 {
    float: left;
    width: 100%;
    height: 60px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.l_42 .link1 {
    float: left;
    width: 100%;
    margin-top: 26px;
}

.l_42 .link1 a {
    display: block;
    float: left;
    width: 150px;
    height: 32px;
    padding-left: 26px;
    line-height: 32px;
    background: #2a82cf url(images/ban_3.png) 108px center no-repeat;
    color: #fff;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -webkit-border-radius: 16px;
}

.l_42 .link1 a:hover {
    background: #0089ff url(images/ban_3.png) 108px center no-repeat;
}

.r_40 {
    float: right;
    width: 40.1%;
    margin-right: 2%;
    margin-top: 120px;
}

@media screen and (max-width:991px) {
    .r_40 {
        width: 53.1%;
    }
    .r_40 img {
        width: 80%;
        float: right;
        margin-top: 10%;
    }
    .l_42 {
        padding: 63px 2% 0 2%;
    }
    .l_42 .h1_1 {
        font-size: 20px;
    }
    .l_42 .h2_1 {
        height: auto;
        line-height: 24px;
    }
}

@media screen and (max-width:767px) {
    .r_40 {
        width: 100%;
        height: 50%;
        margin-top: -8%;
        position: relative;
        text-align: center;
    }
    .r_40 img {
        vertical-align: bottom;
        z-index: 1;
        margin-right: 5%;
    }
    .l_42 {
        width: 92%;
        height: 50%;
        margin-left: 4%;
        z-index: 2;
        position: relative;
        padding: 20px 3% 20px 3%;
        margin-top: 20px;
    }
    .l_42 .link1 {
        margin-top: 18px;
    }
}


/*pz_mian*/

.title1 {
    float: left;
    width: 100%;
    padding: 39px 0 21px 0;
    text-align: center;
}

.h1_2 {
    float: left;
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 28px;
    color: #333;
    font-family: "Arial";
    font-weight: bold;
}

.h2_2 {
    float: left;
    width: 100%;
    height: 41px;
    line-height: 41px;
    background: url(images/bg_1.jpg) left center repeat-x;
    font-size: 22px;
    color: #1866a8;
}

.h2_2 span {
    padding: 0 4%;
    background: #fff;
}

.h2_2 span.span1 {
    background: #f6f6f9;
}

.slideGroup {
    float: left;
    width: 100%;
}

.top_hd {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
}

.top_hd ul {
    float: left;
    width: 100%;
    height: 42px;
}

.top_hd ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 15px;
    width: 12.8%;
    height: 42px;
    line-height: 42px;
    background: #f5f5f5;
    text-align: center;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
}

.top_hd ul li.on {
    background: #095b9f;
    color: #fff;
}

.slideGroup .parBd {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

.slideBox {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    filter: alpha(opacity=00);
}

.slideBox.block {
    left: 0;
    top: 0;
    position: relative;
    z-index: 9;
    opacity: 1;
    filter: alpha(opacity=100);
}


/*.slideBox .slick-cloned{ display:none;}*/

.slideBox .slide_pic {
    float: left;
    width: 100%;
    padding-bottom: 105px;
    padding-top: 20px;
}

.slideBox .slide_pic .slick-list {
    padding-top: 20px;
    padding-bottom: 20px;
}

.slideBox .slide_pic .slick-slide {
    float: left;
    width: 100%;
    margin: 0 0.4%;
    text-align: center;
    border: 1px solid #eee;
    border-bottom: 1px solid #095b9f;
}

.slideBox .slide_pic .slick-slide .a {
    float: left;
    display: block;
    width: 100%;
    outline: none;
    position: relative;
}

.slideBox .slide_pic .slick-slide .a a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.slideBox .slide_pic .pic1 {
    float: left;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    line-height: 0;
    position: relative;
    border-bottom: 1px solid #eee;
}

.slideBox .slide_pic .pic1 img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.slideBox .slide_pic .text1 {
    float: left;
    width: 100%;
    background: #fff;
    color: #333;
    font-size: 14px;
    line-height: 64px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(images/jt1.png) 90% center no-repeat;
    text-align: left;
    padding: 0 8%;
}

.slideBox .slide_pic .text1 span {
    float: left;
    display: block;
    width: 80%;
    height: 64px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.slideBox .slide_pic .slick-slide .a:hover .text2 {
    color: #03a9f5;
}

.link2 {
    float: left;
    width: 100%;
    height: 35px;
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0;
}

.link2 .a3 {
    display: inline-block;
    *display: inline;
    *zoom: 0;
    margin: 0 auto;
}

.slideBox .slide_pic .slick-prev {
    top: auto;
    bottom: 50px;
    left: 44.7%;
    width: 35px;
    height: 35px;
    background: url(images/l2.jpg) no-repeat;
    overflow: hidden;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

.slideBox .slide_pic .slick-next {
    top: auto;
    bottom: 50px;
    right: 44.7%;
    width: 35px;
    height: 35px;
    background: url(images/r2.jpg) no-repeat;
    overflow: hidden;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

.slideBox .slide_pic .slick-slide:hover .g_index-img img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.slideBox .slide_pic .slick-slide:hover .text1 {
    color: #fff;
    background: #1866a8 url(images/jt1_1.png) 90% center no-repeat;
}

.slideBox .slide_pic .slick-slide:hover .pic1 {
    border-bottom: 1px solid #fff;
}

.slideBox .slide_pic .slick-slide:hover {
    border: 1px solid #fff;
    box-shadow: 0 0 20px #ddd;
}

@media screen and (max-width:1199px) {
    .slideBox .slide_pic .slick-prev {
        left: 44%;
    }
    .slideBox .slide_pic .slick-next {
        right: 44%;
    }
}

@media screen and (max-width:992px) {
    .slideBox .slide_pic .slick-prev {
        left: 41%;
    }
    .slideBox .slide_pic .slick-next {
        right: 41%;
    }
}

@media screen and (max-width:767px) {
    .top_hd ul li {
        margin: 0 0px;
        width: 18%;
        margin: 0 0.5%;
        font-size: 12px;
    }
    .slideBox .slide_pic {
        padding-bottom: 80px;
        padding-top: 0px;
    }
    .title1 {
        padding: 15px 0 15px 0;
    }
    .h1_2 {
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }
    .h2_2 {
        height: 28px;
        line-height: 28px;
        font-size: 16px;
    }
    .link2 {
        bottom: 30px;
    }
    .slideBox .slide_pic .slick-prev {
        bottom: 30px;
        left: 35%;
    }
    .slideBox .slide_pic .slick-next {
        bottom: 30px;
        right: 35%;
    }
}

.bg1 {
    background: url(images/bg_2.jpg) center top no-repeat;
}

.c_0100_3 {
    float: left;
    width: 100%;
    margin: 50px 0;
    background: #fff url(images/bg_3.jpg) right center no-repeat;
    padding: 30px 2.5%;
}


/* 本例子css */

.picScroll-left {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.picScroll-left .hd {
    float: left;
    width: 100%;
}

.picScroll-left .hd .prev {
    position: absolute;
    bottom: 0;
    left: 42.9%;
    width: 50px;
    height: 44px;
    background: url(images/l3.jpg) no-repeat;
    background-size: 100% 100%;
    z-index: 99;
}

.picScroll-left .hd .prev:hover {
    background: url(images/l3_1.jpg) no-repeat;
    background-size: 100% 100%;
}

.picScroll-left .hd .next {
    position: absolute;
    bottom: 0;
    right: 48.2%;
    width: 50px;
    height: 44px;
    background: url(images/r4.jpg) no-repeat;
    background-size: 100% 100%;
    z-index: 99;
}

.picScroll-left .hd .next:hover {
    background: url(images/r4_1.jpg) no-repeat;
    background-size: 100% 100%;
}

.picScroll-left .bd {
    float: left;
    width: 100%;
}

.picScroll-left .bd ul {
    float: left;
    width: 100%;
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    float: left;
    width: 100%;
    overflow: hidden;
}

.picScroll-left .bd ul li .l_47 {
    float: left;
    width: 47.2%;
    padding-right: 4.7%;
}

.picScroll-left .bd ul li .l_47 .title2 {
    display: block;
    float: left;
    width: 100%;
    height: 62px;
    line-height: 52px;
    background: url(images/bg_4.jpg) left bottom no-repeat;
    font-size: 22px;
    color: #1866a8;
    overflow: hidden;
}

.picScroll-left .bd ul li .l_47 .text3 {
    float: left;
    width: 100%;
    margin-top: 15px;
    height: 192px;
    line-height: 32px;
    font-size: 14px;
    color: #4c4c4c;
    letter-spacing: 0.6px;
    overflow: hidden;
}

.picScroll-left .bd ul li .l_47 .link3 {
    float: left;
    width: 100%;
    margin-top: 16px;
    height: 32px;
}

.picScroll-left .bd ul li .l_47 .link3 a {
    display: block;
    float: left;
    width: 115px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #1866a8;
    font-family: "Arial";
    border: 1px solid #d1e0ee;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -webkit-border-radius: 16px;
}

.picScroll-left .bd ul li .l_47 .link3 a:hover {
    background: #1866a8;
    color: #fff;
    border: 1px solid #1866a8;
}

.picScroll-left .bd ul li .r_53 {
    float: left;
    width: 52.8%;
}

.picScroll-left .bd ul li .r_53 img {
    width: 100%;
}

@media screen and (max-width:1199px) {
    .c_0100_3 {
        background-size: 50% 100%;
    }
}

@media screen and (max-width:992px) {
    .bg1 {
        background-size: 100% 100%;
    }
    .picScroll-left .bd ul li .l_47 {
        width: 100%;
    }
    .picScroll-left .bd ul li .r_53 {
        width: 100%;
    }
    .c_0100_3 {
        background: #fff;
        margin: 20px 0;
    }
    .picScroll-left .bd ul li .l_47 .title2 {
        background-size: 100% auto;
    }
    .c_0100_3 {
        padding: 10px 2%;
    }
    .picScroll-left .bd ul li .l_47 {
        padding-right: 0;
    }
    .picScroll-left .bd ul li .l_47 .text3 {
        height: auto;
    }
    .picScroll-left .bd ul li .r_53 {
        margin-top: 15px;
    }
    .picScroll-left .hd .prev {
        bottom: 25%;
        left: 0%;
    }
    .picScroll-left .hd .next {
        bottom: 25%;
        right: 0%;
    }
}

@media screen and (max-width:767px) {
    .picScroll-left .bd ul li .l_47 .title2 {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    .c_0100_3 {
        margin: 10px 0;
    }
    .picScroll-left .hd .prev {
        bottom: 17%;
        left: 0%;
    }
    .picScroll-left .hd .next {
        bottom: 17%;
        right: 0%;
    }
    .picScroll-left .bd ul li .l_47 .text3 {
        margin-top: 10px;
        line-height: 28px;
    }
    .picScroll-left .bd ul li .l_47 .link3 {
        margin-top: 10px;
        height: 28px;
    }
    .picScroll-left .bd ul li .l_47 .link3 a {
        width: 100px;
        height: 28px;
        line-height: 26px;
        border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        -webkit-border-radius: 14px;
    }
}

@media screen and (max-width:375px) {
    .picScroll-left .hd .prev {
        bottom: 15%;
    }
    .picScroll-left .hd .next {
        bottom: 15%;
    }
}

.bg2 {
    background: #f6f6f9;
}

.c_0100_4 {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.list1 {
    float: left;
    width: 100%;
}

.list1 ul {
    float: left;
    width: 100%;
}

.list1 ul li {
    float: left;
    width: 31.5%;
    margin-right: 2.6%;
    border: 1px solid #eee;
    padding: 9px;
    background: #fff;
}

.list1 ul li:nth-child(3n) {
    margin-right: 0;
}

.list1 ul li .pic2 {
    float: left;
    width: 100%;
    position: relative;
}

.list1 ul li .pic2 a {
    display: block;
    float: left;
    width: 100%;
}

.list1 ul li .pic2 .pf_time {
    position: absolute;
    left: 9px;
    top: 9px;
    width: 80px;
    height: 80px;
    background: #1978cb;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.list1 ul li .pic2 .pf_time .ri1 {
    float: left;
    width: 100%;
    height: 29px;
    line-height: 29px;
    margin-top: 16px;
    font-size: 28px;
    font-family: "Arial";
    font-weight: bold
}

.list1 ul li .pic2 .pf_time .yue1 {
    float: left;
    width: 100%;
    height: 19px;
    line-height: 19px;
    font-family: "Arial";
}

.list1 ul li .text4 {
    float: left;
    width: 100%;
    padding: 10px 9px 11px 9px;
}

.list1 ul li .text4 .h1_3 {
    float: left;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #2f2f2f;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list1 ul li .text4 .h1_3 a {
    color: #2f2f2f;
}

.list1 ul li .text4 .h2_3 {
    float: left;
    width: 100%;
    height: 42px;
    line-height: 21px;
    margin-top: 6px;
    font-size: 14px;
    color: #828282;
    letter-spacing: 0.6px;
    overflow: hidden;
}

.list1 ul li:hover {
    box-shadow: 0 0px 15px #ddd;
}

.list1 ul li:hover .text4 .h1_3 a {
    color: #1978cb;
    font-weight: bold;
}

.list1 ul li:hover .g_index-img img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

@media screen and (max-width:991px) {
    .list1 ul li {
        float: left;
        width: 100%;
        margin-right: 0%;
    }
    .list1 .slick-dots {
        float: left;
        width: 100%;
        bottom: 10px;
        text-align: center;
    }
    .list1 .slick-dots li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: auto;
        float: none;
        background: #ddd;
        width: 10px;
        height: 10px;
        padding: 0;
        border: 0;
    }
    .list1 .slick-dots li.slick-active {
        background: #1978cb;
    }
    .list1 ul li .text4 {
        float: left;
        width: 100%;
        padding: 10px 9px 20px 9px;
    }
}

@media screen and (max-width:767px) {
    .c_0100_4 {
        padding-bottom: 20px;
    }
}

.c_0100_5 {
    float: left;
    width: 100%;
    padding: 20px 0;
}

.c_0100_5 .list2 {
    float: left;
    width: 100%;
}

.c_0100_5 .list2 ul {
    float: left;
    width: 100%;
}

.c_0100_5 .list2 ul li {
    float: left;
    width: 100%;
    margin: 0 0.3%;
    text-align: center;
}

.c_0100_5 .list2 ul li a {
    outline: none;
    width: 100%;
}

.c_0100_5 .list2 ul li a img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
}

.c_0100_5 .list2 ul li:hover .g_index-img img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.c_0100_5 .list2 ul li:hover a {
    box-shadow: 0 0 6px #ccc;
}

.c_0100_5 .list2 .slick-prev {
    width: 22px;
    height: 44px;
    background: url(images/l5.jpg) no-repeat;
    left: -3%;
}

.c_0100_5 .list2 .slick-next {
    width: 22px;
    height: 44px;
    background: url(images/r5.jpg) no-repeat;
    right: -3%;
}

.c_0100_5 .list2 .slick-list {
    padding: 20px 0;
}

@media screen and (max-width:991px) {
    .c_0100_5 .list2 .slick-prev {
        left: -2%;
    }
    .c_0100_5 .list2 .slick-next {
        right: -2%;
    }
}

@media screen and (max-width:767px) {
    .c_0100_5 {
        padding: 0;
    }
    .c_0100_5 .list2 ul li {
        margin: 0 0.8%;
    }
    .c_0100_5 {
        padding: 0px 0;
    }
}


/*pz_down*/

.bg3 {
    background: #3c3c3c url(images/bg_5.jpg) center top no-repeat;
}

.c_0100_6 {
    float: left;
    width: 100%;
    padding: 34px 0 46px 0;
}

.c_0100_6 .l_73 {
    float: left;
    width: 73.5%;
    border-right: 1px solid #4e4e4e;
    padding-right: 7%;
}

.c_0100_6 .l_73 .link4 {
    float: left;
    width: 100%;
    height: 34px;
    line-height: 14px;
    border-bottom: 1px solid #535353;
}

.c_0100_6 .l_73 .link4 .a4 {
    float: left;
    margin-right: 4%;
    font-size: 14px;
}

.c_0100_6 .l_73 .link4 .a4 a {
    color: #fff;
}

.c_0100_6 .l_73 .link4 .a4 a:hover {
    color: #1978cb;
}

.c_0100_6 .l_73 .link5 {
    float: left;
    width: 100%;
    margin-top: 19px;
    height: 31px;
    line-height: 31px;
    color: #e2e2e2;
    font-size: 14px;
    overflow: hidden;
}

.c_0100_6 .l_73 .link5 i {
    float: left;
    font-style: normal;
    font-weight: bold;
}

.c_0100_6 .l_73 .link5 a {
    float: left;
    color: #e2e2e2;
}

.c_0100_6 .l_73 .link5 span {
    float: left;
    margin: 0 1.3%;
}

.c_0100_6 .l_73 .link5 a:hover {
    color: #1978cb;
}

.c_0100_6 .l_73 .add {
    float: left;
    width: 100%;
    line-height: 14px;
    color: #e2e2e2;
    font-size: 14px;
    margin-top: 7px;
}

.c_0100_6 .r_26 {
    float: left;
    width: 26.5%;
}

.c_0100_6 .r_26 .p1 {
    float: left;
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
    color: #fff;
}

.c_0100_6 .r_26 .link6 {
    float: left;
    width: 100%;
    margin-top: 16px;
    font-size: 14px;
}

.c_0100_6 .r_26 .link6 .fx1 {
    float: right;
    width: 34%;
    height: 36px;
    margin-left: 9%;
}

.c_0100_6 .r_26 .link6 .fx1 .ico1 {
    float: left;
    width: 36px;
    height: 36px;
    background: #184580;
    position: relative;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.c_0100_6 .r_26 .link6 .fx1 .ico1 .pf_ewm {
    display: none;
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100px;
    height: 100px;
}

.c_0100_6 .r_26 .link6 .fx1:hover .ico1 .pf_ewm {
    display: block;
}

.c_0100_6 .r_26 .link6 .fx1 .ico1.bg4 {
    background: #1866a8;
}

.c_0100_6 .r_26 .link6 .fx1 .p2 {
    float: right;
    height: 36px;
    line-height: 36px;
    color: #e1e1e1;
}

.c_0100_6 .r_26 .phone2 {
    float: left;
    width: 100%;
    height: 22px;
    margin-top: 15px;
    text-align: right;
    font-size: 14px;
    color: #e1e1e1;
}

.c_0100_6 .r_26 .phone2 strong {
    font-size: 18px;
    font-family: "Arial";
}

.c_0100_7 {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.c_0100_7 a {
    color: #666;
}

.c_0100_7 .a5 {
    float: left;
}

.c_0100_7 .link7 {
    float: right;
}

.c_0100_7 .link7 a {
    float: left;
}

.c_0100_7 .link7 span {
    float: left;
    margin: 0 9px;
}

.c_0100_7 .link7 a:hover {
    color: #1978cb;
}

@media screen and (max-width:991px) {
    .c_0100_6 .l_73 {
        padding-right: 1%;
    }
    .c_0100_6 .l_73 .link4 .a4 {
        margin-right: 2%;
        font-size: 12px;
    }
    .c_0100_6 .l_73 .link5 {
        font-size: 12px;
    }
    .c_0100_6 .l_73 .link5 span {
        margin: 0 0.3px;
    }
    .c_0100_6 .l_73 .link5 i {
        font-weight: normal;
    }
    .c_0100_6 .l_73 .add {
        font-size: 12px;
    }
    .c_0100_6 .r_26 .p1 {
        font-size: 12px;
    }
    .c_0100_6 .r_26 .link6 {
        font-size: 12px;
    }
    .c_0100_6 .r_26 .link6 .fx1 {
        width: 47%;
        height: 36px;
        margin-left: 3%;
    }
    .c_0100_6 .r_26 .phone2 {
        font-size: 12px;
    }
    .c_0100_6 .r_26 .phone2 strong {
        font-size: 16px;
    }
}

@media screen and (max-width:767px) {
    .c_0100_6 {
        padding: 20px 0 15px 0;
    }
    .c_0100_6 .l_73 {
        width: 100%;
        border-right: 0;
        padding-right: 0;
    }
    .c_0100_6 .l_73 .link4 {
        height: auto;
        padding-bottom: 10px;
        text-align: center;
    }
    .c_0100_6 .l_73 .link4 .a4 {
        float: none;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        height: 24px;
        line-height: 24px;
        margin: 0 1%;
    }
    .c_0100_6 .l_73 .link5 {
        margin-top: 10px;
        height: auto;
        line-height: 24px;
        text-align: center;
    }
    .c_0100_6 .l_73 .link5 i {
        float: none;
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }
    .c_0100_6 .l_73 .link5 a {
        float: none;
    }
    .c_0100_6 .l_73 .link5 span {
        float: none;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin: 0 1.3%;
    }
    .c_0100_6 .l_73 .add {
        line-height: 16px;
        height: auto;
        padding: 20px 0;
        text-align: center;
    }
    .c_0100_6 .r_26 {
        width: 100%;
        border-top: 1px solid #4e4e4e;
    }
    .c_0100_6 .r_26 .p1 {
        height: auto;
        height: auto;
        padding: 15px 0;
        text-align: center;
    }
    .c_0100_6 .r_26 .link6 {
        text-align: center;
        margin-top: 0;
    }
    .c_0100_6 .r_26 .link6 .fx1 {
        width: auto;
        float: none;
        margin: 0 2%;
    }
    .c_0100_6 .r_26 .link6 .fx1 .ico1 {
        float: none;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 28px;
        height: 28px;
    }
    .c_0100_6 .r_26 .link6 .fx1 .p2 {
        float: none;
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }
    .c_0100_6 .r_26 .phone2 {
        height: auto;
        margin-top: 10px;
        text-align: center;
    }
    .c_0100_7 {
        height: auto;
        text-align: center;
        line-height: 24px;
        padding: 15px 0;
    }
    .c_0100_7 .a5 {
        width: 100%;
    }
    .c_0100_7 .link7 {
        width: 100%;
    }
    .c_0100_7 .a5 {
        float: none;
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }
    .c_0100_7 .link7 {
        float: none;
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }
    .c_0100_7 .link7 a {
        float: none;
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }
    .c_0100_7 .link7 span {
        float: none;
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }
}


/*右侧漂浮*/


/*.pf_right{ position:fixed; right:0px; top:33%; width:55px; height:auto; padding-top:12px; background:rgba(48,48,48,0.8); z-index:7;
border-top-left-radius:10px;
border-bottom-left-radius:10px;

}
.pf_right .ico1{ float:left; width:170px; height:50px; padding:8px 0 11px 0; background:#none;}
.pf_right .ico1 .img1{ float:left; width:55px; height:31px; text-align:center;}
.pf_right .ico1 .img1 img{ margin-top:3px;}
.pf_right .ico1 .text2{ float:left; width:115px; height:31px; overflow:hidden; color:#fff;}
.pf_right .ico1 .text2 .t_17{ float:left; width:115px; height:17px; line-height:17px;}
.pf_right .ico1 .text2 .d_14{ float:left; width:115px; height:17px; line-height:17px;}

.pf_right .ico1:hover{ margin-left:-115px;
border-top-left-radius:4px;
border-bottom-left-radius:4px;
 background:rgba(24,102,168,0.8) repeat;
}

.pf_right .ico2{ float:left; width:55px; height:50px; padding:8px 0 11px 0; background:#none; text-align:center;}
.pf_right .ico3{ float:left; width:55px; height:50px; padding:8px 0 11px 0; background:#none; text-align:center; position:relative;}
.erweima{ position:absolute; right:-135px; top:0px; width:90px; height:90px;
-webkit-transition: all 0.2s ease-out 0s; 
-moz-transition: all 0.2s ease-out 0s; 
-o-transition: all 0.2s ease-out 0s; 
transition: all 0.2s ease-out 0s;
}
.erweima img{width:70px; height:70px;}
.pf_right .ico3:hover .erweima{
	margin-right:180px;
	}

.pf_right .ico4{ float:left; width:55px; height:50px; padding:8px 0 11px 0; background:#none; text-align:center;}
.pf_right .ico5{ float:left; width:55px; height:50px; padding:8px 0 11px 0; background:#none; text-align:center;}
@media  screen and (max-width:1199px){
.pf_right{ display:none;}	 
	 }*/

.pf_right {
    position: fixed;
    right: 0px;
    top: 33%;
    width: 55px;
    height: auto;
    padding-top: 12px;
    background: rgba(48, 48, 48, 0.8);
    z-index: 7;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.pf_right .ico1 {
    float: left;
    width: 170px;
    height: 50px;
    padding: 8px 0 11px 0;
    background: none;
}

.pf_right .ico1 .img1 {
    float: left;
    width: 55px;
    height: 31px;
    text-align: center;
}

.pf_right .ico1 .img1 img {
    margin-top: 3px;
}

.pf_right .ico1 .text2 {
    float: left;
    width: 115px;
    height: 31px;
    overflow: hidden;
    color: #fff;
}

.pf_right .ico1 .text2 .t_17 {
    float: left;
    width: 115px;
    height: 17px;
    line-height: 17px;
}

.pf_right .ico1 .text2 .d_14 {
    float: left;
    width: 115px;
    height: 17px;
    line-height: 17px;
}

.pf_right .ico1:hover {
    margin-left: -115px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: rgba(24, 102, 168, 0.8) repeat;
}

.pf_right .ico2 {
    float: left;
    width: 55px;
    height: 50px;
    padding: 8px 0 11px 0;
    background: none;
    text-align: center;
}

.pf_right .ico2:hover {
    background: rgba(24, 102, 168, 0.8)
}

.pf_right .ico3 {
    float: left;
    width: 55px;
    height: 50px;
    padding: 8px 0 11px 0;
    background: none;
    text-align: center;
    position: relative;
}

.erweima {
    position: absolute;
    right: -135px;
    top: 0px;
    width: 90px;
    height: 90px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.erweima img {
    width: 70px;
    height: 70px;
}

.pf_right .ico3:hover .erweima {
    margin-right: 180px;
}

.pf_right .ico4 {
    float: left;
    width: 55px;
    height: 50px;
    padding: 8px 0 11px 0;
    background: none;
    text-align: center;
}

.pf_right .ico4:hover {
    background: rgba(24, 102, 168, 0.8)
}

.pf_right .ico5 {
    float: left;
    width: 55px;
    height: 50px;
    padding: 8px 0 11px 0;
    background: none;
    text-align: center;
}

.pf_right a {
    position: relative;
}

.pf_right a .qq_tit {
    display: none;
    position: absolute;
    right: 55px;
    height: 50px;
    background: #1866a8;
    width: 130px;
    color: #Fff;
    font-size: 14px;
    line-height: 50px;
    top: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.pf_right a:hover .qq_tit {
    display: block;
}

@media screen and (max-width:1199px) {
    .pf_right {
        display: none;
    }
}


/*产品中心*/

.slide_banner.bg0 {
    background: none;
    height: auto;
}

.c_0100_8 {
    float: left;
    width: 100%;
    padding-top: 43px;
}

.c_0100_8 .title3 {
    float: left;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
}

.c_0100_8 .title3 .h1_4 {
    float: left;
    width: 100%;
    height: 31px;
    line-height: 31px;
    font-size: 24px;
    color: #1b7acb;
    font-weight: bold;
    background: url(images/bg_6.jpg) center repeat-x;
    overflow: hidden;
}

.c_0100_8 .title3 .h1_4 span {
    padding: 0 5.6%;
    background: #fff;
}

.c_0100_8 .title3 .h2_4 {
    float: left;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #aeaeae;
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .c_0100_8 {
        padding-top: 15px;
    }
    .c_0100_8 .title3 .h1_4 {
        height: 28px;
        line-height: 28px;
        font-size: 18px;
    }
    .c_0100_8 .title3 .h1_4 span {
        padding: 0 4%;
    }
    .c_0100_8 .title3 .h2_4 {
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }
}

.subnan {
    float: left;
    width: 100%;
}

.subnan .slick-track {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.subnan .slick-list.draggable {
    text-align: center;
}

.subnan .slide_pic1 {
    padding: 0px 15px 0 15px;
    margin: 0;
    margin-top: 38px;
    overflow: hidden;
}

.subnan .slide_pic1 .slick-slide {
    padding: 0;
    outline: none;
}

.subnan .slide_pic1 li {
    padding: 0 10px;
}

.subnan .slide_pic1 li a {
    float: left;
    width: 100%;
    border: 1px solid #e0e0e0;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    outline: none;
}

.subnan .slide_pic1 li a.on,
.subnan .slide_pic1 li a:hover {
    background-color: #0088cc;
    border: 1px solid #0088cc;
    color: #fff;
}

.subnan .slick-prev {
    left: 0;
    width: 12px;
    height: 20px;
    background: url(images/ban1.png) no-repeat;
    background-size: 100% 100%;
}

.subnan .slick-next {
    right: 0;
    width: 12px;
    height: 20px;
    background: url(images/ban2.png) no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width:767px) {
    .subnan .slide_pic1 {
        margin-top: 25px;
    }
}


/*****************************************************************分页**************************************************/

.waik_1 {
    padding: 60px 0 60px 0;
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'Arial';
}

.fy_phone {
    display: none;
}

@media screen and (max-width:991px) {
    .fy_phone {
        display: block;
        font-family: 'Arial';
    }
    .fy_phone {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 14px;
        color: #333;
    }
    .fy_phone a {
        display: inline-block;
        width: 100px;
        height: 30px;
        line-height: 29px;
        border: solid 1px #1b7acb;
        color: #333;
        text-decoration: inherit;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }
    .fy_phone span {
        display: inline-block;
        padding: 0 10%;
        height: 30px;
        line-height: 30px;
        color: #333;
    }
}

@media screen and (max-width:767px) {
    .waik_1 {
        padding: 6% 0 6% 0;
    }
    .fy_phone a {
        width: 90px;
    }
}

.text-center {
    text-align: center;
    font-family: "微软雅黑";
}


.list3 {
    float: left;
    width: 100%;
}

.list3 .ul01 {
    float: left;
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.list3 .ul01 li {
    float: left;
    width: 23%;
    margin-right: 2.6%;
    border: 1px solid #eee;
    border-bottom: 1px solid #095b9f;
    margin-top: 30px;
}

.list3 .ul01 li:nth-child(4n) {
    margin-right: 0;
}

.list3 .ul01 li a {
    display: block;
    float: left;
    width: 100%;
}

.list3 .ul01 li .pic1 {
    float: left;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    position: relative;
    border-bottom: 1px solid #eee;
    margin: 0;
}

.list3 .ul01 li .pic1 img {
    width: 100%;
}

.list3 .ul01 li .text1 {
    float: left;
    width: 100%;
    background: #fff;
    color: #333;
    font-size: 14px;
    line-height: 64px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(images/jt1.png) 90% center no-repeat;
    text-align: left;
    padding: 0 8%;
}

.list3 .ul01 li .text1 span {
    float: left;
    display: block;
    width: 80%;
    height: 64px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list3 .ul01 li:hover .g_index-img img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.list3 .ul01 li:hover .text1 {
    color: #fff;
    background: #1866a8 url(images/jt1_1.png) 90% center no-repeat;
}

.list3 .ul01 li:hover .pic1 {
    border-bottom: 1px solid #fff;
}

.list3 .ul01 li:hover {
    border: 0;
    box-shadow: 0 0 20px #ddd;
}

@media screen and (max-width:991px) {
    .list3 .ul01 li {
        width: 48%;
        margin-right: 4%;
    }
    .list3 .ul01 li:nth-child(4n) {
        margin-right: 0;
    }
    .list3 .ul01 li:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width:767px) {
    .list3 .ul01 li {
        width: 100%;
        margin-right: 0%;
        margin-top: 15px;
    }
}


/*新闻中心*/

.ul_3 {
    width: 100%;
    float: left;
}

.ul_3 li {
    width: 100%;
    float: left;
    margin-top: 30px;
    padding: 30px 40px 30px 0;
    background: #f7f7f7;
    position: relative;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.ul_3 li .time {
    width: 185px;
    border-right: solid 1px #e0e0e0;
    text-align: center;
    float: left;
    padding-bottom: 30px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.ul_3 li .time h1 {
    width: 100%;
    float: left;
    margin-top: 27px;
    font-size: 72px;
    color: #c2c2c2;
    line-height: 69px;
    font-weight: bold;
    font-family: Arial;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.ul_3 li .time h5 {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #4c4c4c;
    line-height: 31px;
    font-family: Arial;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.ul_3 li .img {
    width: 205px;
    float: left;
    margin-left: 49px;
}

.ul_3 li .text {
    margin-left: 480px;
}

.ul_3 li .text h4 {
    width: 100%;
    float: left;
    margin-top: 17px;
    font-size: 18px;
    color: #333;
    line-height: 27px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.ul_3 li .text .p {
    width: 100%;
    float: left;
    margin-top: 15px;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    letter-spacing: 0.8px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.ul_3 li:hover {
    background: #1b7acb;
}

.ul_3 li:hover .time {
    border-color: #5699d1;
}

.ul_3 li:hover .time h1 {
    color: white;
}

.ul_3 li:hover .time h5 {
    color: white;
}

.ul_3 li:hover .text h4 {
    color: white;
}

.ul_3 li:hover .text .p {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

@media screen and (max-width:1024px) {
    .ul_3 li .time {
        width: 135px;
        padding-bottom: 20px;
    }
    .ul_3 li .time h1 {
        margin-top: 17px;
        font-size: 48px;
        line-height: 49px;
    }
    .ul_3 li .time h5 {
        font-size: 14px;
        line-height: 21px;
    }
    .ul_3 li .img {
        width: 140px;
        margin-left: 29px;
    }
    .ul_3 li .text {
        margin-left: 335px;
    }
    .ul_3 li .text h4 {
        margin-top: 5px;
        font-size: 14px;
        line-height: 22px;
    }
    .ul_3 li .text .p {
        margin-top: 10px;
        font-size: 12px;
        line-height: 24px;
        height: 72px;
    }
}

@media screen and (max-width:767px) {
    .ul_3 li {
        margin-top: 20px;
        padding: 20px 20px 20px 0;
    }
    .ul_3 li .time {
        width: 105px;
    }
    .ul_3 li .img {
        margin-left: 19px;
    }
    .ul_3 li .text {
        margin-left: 285px;
    }
}

@media screen and (max-width:480px) {
    .ul_3 li {
        margin-top: 15px;
        padding: 15px 10px 15px 0;
    }
    .ul_3 li .time {
        display: none;
        width: 85px;
        padding-bottom: 0px;
        position: absolute;
        left: 15px;
        top: 20px;
        border: 0;
        text-align: left;
    }
    .ul_3 li .time h1 {
        margin-top: 0px;
        font-size: 18px;
        line-height: 30px;
        color: white;
    }
    .ul_3 li .time h5 {
        font-size: 12px;
        color: white;
        line-height: 18px;
    }
    .ul_3 li .img {
        width: 120px;
        height: 90px;
        margin-left: 10px;
    }
    .ul_3 li .text {
        margin-left: 145px;
    }
    .ul_3 li .text .p {
        height: 48px;
    }
}


/*联系我们*/

.Service2 {
    float: left;
    width: 100%;
    margin: 60px 0;
}

.Inside_Serv1 {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 24px;
    color: #232323;
    text-align: center;
}

.Inside_Serv2 {
    float: left;
    width: 100%;
    color: #232323;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    font-family: "Arial";
    text-transform: uppercase;
    margin-top: 10px;
    background: url(images/bg_6.jpg) center repeat-x;
}

.Inside_Serv2 span {
    background: #fff;
    padding: 0 64px;
}

#dituContent {
    float: left;
    width: 100%;
    height: 450px;
    margin-top: 40px;
}

#dituContent .BMap_pop {
    float: left;
    background-image: url(images/BMapLabel_bg.png);
    background-repeat: no-repeat;
    border: none !important;
    width: 400px !important;
    border: 0 !important;
    height: 86px;
    margin: 51px 0 0 190px;
}

#dituContent .iw_poi_content {
    font-size: 14px !important;
    color: #6f6f6f !important;
    line-height: 21px!important;
    margin: 5px 0 0 20px;
}

#dituContent .BMap_pop div {
    background: none !important;
    border: none !important;
    width: 330px;
}

#dituContent .BMap_pop div img {
    display: none;
}

#dituContent .BMap_center {
    background: none !important;
    border: none !important;
}

#dituContent .BMap_top {
    background: none !important;
    border: none !important;
}

.BMap_shadow img {
    display: none;
}

#dituContent .BMap_pop img {
    display: none;
}

.us_tit {
    float: left;
    width: 100%;
    color: #262335;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin: 80px 0 50px 0;
}

.Service7 {
    float: left;
    width: 100%;
    background: url(images/main37.jpg) center top repeat-y;
    padding: 80px 0;
    overflow: hidden;
    margin-top: 40px;
}

.OnlineReservations {
    float: left;
    width: 50%;
    padding-right: 85px;
}

.OnlineReservations_tit {
    float: left;
    width: 100%;
    color: #262335;
    font-size: 18px;
    line-height: 18px;
    position: relative;
    z-index: 2;
}

.OnlineReservations_content {
    float: left;
    width: 100%;
    margin: 27px 0 0 0;
}

.OnlineReservations_content .l1 {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    padding-left: 50px;
    margin-bottom: 10px;
}

.OnlineReservations_content .l2 {
    float: left;
    width: 100%;
    text-align: center;
}

.OnlineReservations_content .name {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 46px;
    color: #737373;
    font-size: 14px;
    left: 20px;
}

.OnlineReservations_content .name1 {
    line-height: 20px;
    top: 10px;
}

.OnlineReservations_content .fm1 {
    float: left;
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    color: #737373;
    font-size: 14px;
    border: none;
}

.OnlineReservations_content .fm2 {
    float: left;
    width: 100%;
    height: 100px;
    line-height: 20px;
    padding: 10px 20px;
    color: #737373;
    font-size: 14px;
    border: none;
}

.OnlineReservations_content .fm3 {
    float: left;
    width: 54%;
    height: 54px;
    line-height: 54px;
    color: #fff;
    font-size: 16px;
    border: none;
    margin-top: 20px;
    background: #1b7acb;
    border-radius: 54px;
    -moz-border-radius: 54px;
    -webkit-border-radius: 54px;
}

.OnlineReservations_content .fm3:hover {
    box-shadow: 0 3px 5px #ccc;
    -moz-box-shadow: 0 3px 5px #ccc;
    -webkit-box-shadow: 0 3px 5px #ccc;
}

.ContactInformation {
    float: right;
    width: 50%;
    padding-left: 85px;
    position: relative;
}

.ContactInformation_content {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
}

.ContactInformation_content .l1 {
    float: left;
    width: 270px;
}

.ContactInformation_content .l2 {
    float: right;
    width: 210px;
}

.ContactInformation_content li {
    float: left;
    width: 100%;
    padding-left: 70px;
    margin: 27px 0 35px 0;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.ContactInformation_content li a {
    float: left;
    width: 100%;
    color: #737373;
    font-size: 16px;
    line-height: 20px;
}

.ContactInformation_content li a span {
    color: #262335;
}

.ContactInformation_content li.ico1 {
    background: url(images/in_img35.png) left top no-repeat;
}

.ContactInformation_content li.ico2 {
    background: url(images/in_img36.png) left top no-repeat;
}

.ContactInformation_content li.ico3 {
    background: url(images/in_img37.png) left top no-repeat;
}

.ContactInformation_content li.ico4 {
    background: url(images/in_img38.png) left top no-repeat;
}

.ContactInformation_content li.ico5 {
    background: url(images/in_img39.png) left top no-repeat;
}

.ContactInformation_content li.ico6 {
    background: url(images/in_img40.png) left top no-repeat;
}

.ContactInformation_content li.ico1:hover {
    background: url(images/in_img35_1.png) left top no-repeat;
}

.ContactInformation_content li.ico2:hover {
    background: url(images/in_img36_1.png) left top no-repeat;
}

.ContactInformation_content li.ico3:hover {
    background: url(images/in_img37_1.png) left top no-repeat;
}

.ContactInformation_content li.ico4:hover {
    background: url(images/in_img38_1.png) left top no-repeat;
}

.ContactInformation_content li.ico5:hover {
    background: url(images/in_img39_1.png) left top no-repeat;
}

.ContactInformation_content li.ico6:hover {
    background: url(images/in_img40_1.png) left top no-repeat;
}

.bg_us1 {
    display: none;
    float: left;
    width: 200%;
    height: 100%;
    background: #f4f4f4;
    position: absolute;
    left: -50%;
    top: 0;
    z-index: 1;
}

@media screen and (max-width:1199px) {
    .ContactInformation {
        padding-left: 40px;
    }
    .OnlineReservations {
        padding-right: 40px;
    }
    .ContactInformation_content li {
        padding-left: 55px;
    }
    .ContactInformation_content .l1 {
        width: 230px;
    }
    .ContactInformation_content .l2 {
        width: 195px;
    }
}

@media screen and (max-width:991px) {
    .ContactInformation_content .l1 {
        width: 100%;
    }
    .ContactInformation_content .l2 {
        width: 100%;
    }
    .ContactInformation_content li {
        margin: 27px 0 0 0;
    }
}

@media screen and (max-width:767px) {
    .us_tit {
        margin: 40px 0 30px 0;
    }
    .Service7 {
        padding: 0;
        background: #f9f9f9;
        margin-top: 15px;
    }
    .Inside_Serv1 {
        font-size: 18px;
    }
    .ContactInformation {
        width: 100%;
        padding: 30px 0;
    }
    .OnlineReservations {
        width: 100%;
        padding: 30px 0;
    }
    .OnlineReservations_content .fm3 {
        height: 44px;
        line-height: 44px;
        float: none;
        margin: 0 auto;
        margin-top: 15px;
    }
    .bg_us1 {
        display: block;
    }
    .Inside_Serv2 span {
        padding: 0 15px;
    }
    .Service2 {
        margin: 30px 0;
    }
    #dituContent {
        margin-top: 20px;
        height: 320px;
    }
}


/*公司简介*/

.back9 {}

.ltd_info {
    float: left;
    width: 100%;
    padding: 35px 0 30px 0;
}

.ltd_img {
    float: left;
    text-align: center;
}

.ltd_img img {
    max-width: 483px;
}

.ltd_text {
    float: left;
    color: #808080;
    font-size: 14px;
    line-height: 26px;
}

.ltd_text strong {
    font-size: 16px;
}

.info_cb {
    float: left;
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 14px;
    line-height: 28px;
    padding: 66px 0;
    min-height: 190px;
}

.img_cb_img {
    float: left;
    width: 100%;
    padding: 30px 0 50px 0;
}

.img_cb_img li {
    margin-top: 20px;
}

.img_cb_img li img {
    border: 1px solid #f5f5f5;
}

.application_text {
    color: #4c4c4c;
    margin-top: 15px;
}

.application_tit {
    color: #0088cc;
    font-size: 16px;
    line-height: 55px;
    padding-left: 13px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.application_tit:after {
    position: absolute;
    content: ' ';
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 3px;
    height: 16px;
    background-color: #0088cc;
}

.ltd_img.application_img img {
    border-radius: 10px;
    -webkit-border-raidus: 10px;
    -moz-border-radius: 10px;
}

.message {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    background-color: #f7f7f7;
    padding: 10px 20px 34px 20px;
}

.message ul {
    float: left;
    width: 100%;
}

.message ul li {
    float: left;
    padding: 0 20px;
    margin-top: 22px;
}

.message ul li h3 {
    float: left;
    width: 100%;
    line-height: 30px;
    color: #4c4c4c;
    font-size: 14px;
}

.message ul li h3 span {
    text-transform: uppercase;
    font-size: 12px;
}

.message ul li h3 em {
    font-style: normal;
    color: #ff0000;
}

.message ul li input {
    float: left;
    width: 100%;
    border: 1px solid #e6e6e6;
    height: 50px;
    line-height: 50px;
    text-indent: 17px;
    font-size: 14px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.message ul li textarea {
    float: left;
    width: 100%;
    border: 1px solid #e6e6e6;
    height: 140px;
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-indent: 7px;
}

.message ul li.button_submit {
    text-align: center;
    margin-top: 45px;
}

.message ul li button {
    display: inline-block;
    width: 280px;
    height: 56px;
    background-color: #0088cc;
    font-size: 16px;
    color: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.message ul li.prompt {
    text-align: center;
    margin-top: 0;
    color: #999999;
    font-size: 14px;
    line-height: 30px;
}

.message ul li.prompt em {
    font-style: normal;
    color: #ff0000;
}

@media screen and (max-width:1199px) {
    .ltd_img.application_img {
        margin-top: 20px;
    }
    .ltd_text {
        line-height: 24px;
        margin-top: 0px;
    }
    .ltd_img {
        margin-top: 35px;
    }
}

@media screen and (max-width:991px) {
    .img_cb_img {
        padding: 10px 0 30px 0;
    }
    .ltd_text {
        margin-top: 20px;
    }
    .ltd_img {
        margin-top: 0px;
    }
    .ltd_img.application_img {
        margin-top: 0;
    }
    .application_tit {
        margin-top: -15px;
    }
    .message {
        margin-bottom: 30px;
        padding: 10px 10px 20px 10px;
    }
    .message ul li {
        float: left;
        padding: 0 15px;
        margin-top: 12px;
    }
    .message ul li.button_submit {
        margin-top: 25px;
    }
}

@media screen and (max-width:767px) {
    .ltd_info {
        padding: 25px 0 20px 0;
    }
    .info_cb {
        font-size: 14px;
        line-height: 24px;
        padding: 30px 0;
        min-height: 190px;
    }
    .img_cb_img li {
        margin-top: 15px;
        padding: 0 15px;
        text-align: center;
    }
    .img_cb_img li:nth-child(2n) {
        padding: 0 15px;
    }
    .img_cb_img li img {
        max-width: 380px;
    }
    .img_cb_img {
        padding: 10px 0 20px 0;
    }
    .message {
        margin-bottom: 30px;
        padding: 0px 0px 20px 0px;
    }
    .message ul li input {
        height: 40px;
        line-height: 40px;
        text-indent: 10px;
    }
    .message ul li textarea {
        height: 120px;
        padding: 10px;
        text-indent: 0px;
    }
    .message ul li button {
        width: 180px;
        height: 45px;
    }
}


/*产品详情*/

.pro_page_top {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.page_img_pro {
    float: left;
    width: 33%;
}

.page_text_pro {
    float: right;
    width: 65%;
}

.page_text_pro h1 {
    float: left;
    width: 100%;
    color: #161616;
    font-size: 26px;
}

.page_text_pro .text_pro_1 {
    float: left;
    width: 100%;
    color: #999999;
    font-size: 14px;
    line-height: 28px;
    padding: 10px 0 25px 0;
    border-bottom: 1px solid #d9d9d9;
}

.page_text_pro .pro_jg {
    float: left;
    width: 100%;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    font-size: 18px;
    padding: 5px 0 5px 25px;
}

.page_text_pro .size_pro {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #4c4c4c;
    padding: 25px 0 10px 0;
    overflow: hidden;
}

.page_text_pro .pro_a_href {
    float: left;
    width: 100%;
    margin-top: 4px;
}

.page_text_pro .pro_a_href .pro_l_a {
    float: left;
}

.page_text_pro .pro_a_href .pro_l_a a {
    float: left;
    margin-right: 20px;
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #ffffff;
    background-color: #379f64;
}

.page_text_pro .pro_a_href .pro_l_a a:last-child {
    background-color: #1b7acb
}

.page_text_pro .pro_a_href .pro_l_a a:hover {
    background-color: #008aff;
}

.page_text_pro .pro_a_href .pro_l_a a:hover:last-child {
    background-color: #008aff;
}

.fx_icon {
    float: right;
    margin-top: 7px;
}

.pro_qh {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.tabBox {
    float: left;
    width: 100%;
}

.tabBox .hd {
    float: left;
    width: 100%;
    height: 46px;
    border: 1px solid #ebebeb;
    background-color: #f6f6f6;
}

.tabBox .hd ul {
    float: left;
    width: 100%;
}

.tabBox .hd ul li {
    float: left;
    width: 120px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    margin-top: -1px;
}

.tabBox .hd ul li a {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 14px;
}

.tabBox .hd ul li:hover a,
.tabBox .hd ul li.on a {
    color: #fff;
    background-color: #1b7acb;
}

.tabBox .bd {
    float: left;
    width: 100%;
}

.tabBox .bd ul {
    float: left;
    width: 100%;
    color: #4c4c4c;
    font-size: 14px;
    line-height: 28px;
    
}

.tempWrap {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.up_down {
    float: left;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    line-height: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
}

.up_down a {
    float: left;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
    font-size: 12px;
}

.up_down a:hover {
    color: #0088cc
}

.up_down a:last-child {
    text-align: right;
}

.slideBox1 {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

.slideBox1 .hd {
    float: left;
    width: 100%;
    z-index: 1;
}

.slideBox1 .prev {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -27px;
    display: block;
    width: 33px;
    height: 55px;
    background: url(images/pjxq_4.png) no-repeat;
    cursor: pointer;
    z-index: 1;
}

.slideBox1 .prev:hover {
    background: url(images/pjxq_4_1.png) no-repeat;
}

.slideBox1 .next {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -27px;
    display: block;
    width: 33px;
    height: 55px;
    background: url(images/pjxq_5.png) no-repeat;
    cursor: pointer;
    z-index: 1;
}

.slideBox1 .next:hover {
    background: url(images/pjxq_5_1.png) no-repeat;
}

.slideBox1 .bd {
    position: relative;
    z-index: 0;
}

.slideBox1 .bd li {
    position: relative;
    border: 1px solid #f5f5f5;
    width: 100%;
    padding-bottom: 100%;
}

.slideBox1 .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    z-index: 2;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.slideBox1 .bd li a img {
    width: 48px;
    height: 48px;
    position: absolute;
    right: 10px;
    bottom: 35px;
    display: block;
}

.slideBox1 .bd li .z_img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

@media screen and (max-width:991px) {
    .slideBox1 .bd li a img {
        width: 40px;
        height: 40px;
    }
    .page_img_pro {
        text-align: center;
        width: 100%;
    }
    .page_text_pro {
        margin-top: 15px;
        width: 100%;
    }
    .page_text_pro h1 {
        font-size: 20px;
    }
    .page_text_pro .size_pro {
        height: auto;
    }
}

@media screen and (max-width:767px) {
    .page_text_pro h1 {
        font-size: 20px;
    }
    .page_text_pro .text_pro_1 {
        padding-bottom: 15px;
    }
    .page_text_pro .size_pro {
        padding-top: 15px;
    }
    .pro_page_top {
        margin-top: 20px;
    }
    .page_text_pro .pro_a_href .pro_l_a a {
        margin-right: 10px;
        padding: 0 30px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .page_text_pro .pro_a_href {
        margin-top: 0px;
    }
    .tabBox .hd {
        height: 40px;
    }
    .tabBox .hd ul li {
        width: 33.3333%;
        height: 40px;
        line-height: 40px;
    }
    .tabBox .bd ul {
        font-size: 14px;
        line-height: 24px;
        margin-top: 15px;
    }
    .up_down {
        padding-bottom: 20px;
        margin-top: 20px;
    }
}

@media screen and (max-width:320px) {
    .page_text_pro .pro_a_href .pro_l_a a {
        margin-right: 0px;
        padding: 0 15px;
    }
}


/*服务中心*/

.ul02 {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.ul02 li {
    float: left;
    width: 100%;
    margin-top: 10px;
    height: 60px;
    background: #f5f5f5;
    position: relative;
    padding-right: 60px;
}

.ul02 li .pf_1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-left: 1px solid #fff;
    background: #f5f5f5 url(images/se1.png) center no-repeat;
}

.ul02 li .time1 {
    float: left;
    text-align: center;
    width: 11.1%;
    padding: 10px 0;
}

.ul02 li .time1 span {
    display: block;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    border-right: 1px solid #dcdcdc;
}

.ul02 li .a6 {
    float: left;
    width: 88.9%;
    font-size: 14px;
    color: #333;
    line-height: 60px;
    padding-left: 2.5%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ul02 li:hover {
    background: #1b7acb;
}

.ul02 li:hover .pf_1 {
    background: #186db6 url(images/se2.png) center no-repeat;
    border-left: 1px solid #186db6;
}

.ul02 li:hover .time1 span {
    border-right: 1px solid #3288d0;
    color: #fff;
}

.ul02 li:hover .a6 {
    color: #fff;
}

@media screen and (max-width:991px) {
    .ul02 li .time1 {
        width: 15%;
    }
    .ul02 li .a6 {
        width: 85%;
    }
}

@media screen and (max-width:767px) {
    .ul02 {
        margin-top: 10px;
    }
    .ul02 li {
        height: 50px;
    }
    .ul02 li .time1 {
        width: 25%;
        padding: 8px 0;
    }
    .ul02 li .time1 span {
        font-size: 12px;
        height: 34px;
        line-height: 34px;
    }
    .ul02 li .a6 {
        width: 75%;
        font-size: 12px;
        height: 50px;
        line-height: 50px;
    }
    .ul02 li .pf_1 {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width:320px) {
    .ul02 li .time1 {
        width: 28%;
    }
    .ul02 li .a6 {
        width: 72%;
    }
}


/*新闻详情*/

.text8 {
    float: left;
    width: 100%;
}

.text8 .h1_4 {
    float: left;
    width: 100%;
    height: 85px;
    line-height: 85px;
    margin-top: 19px;
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #d7d8d8;
    color: #333;
    overflow: hidden;
}

.text8 .h2_4 {
    float: left;
    width: 100%;
    height: 54px;
    line-height: 53px;
    border-bottom: 1px solid #d7d8d8;
    font-size: 14px;
    color: #777;
}

.text8 .h2_4 a {
    float: right;
    color: #777;
}

.text8 .h2_4 a img {
    vertical-align: middle;
    margin-left: 11px;
    padding-bottom: 4px;
}

.text8 .h2_4 a:hover {
    color: #007ec8;
}

.text8 .text9 {
    float: left;
    width: 100%;
    padding: 36px 0 0px 0;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    text-indent: 28px;
}

.text8 .link8 {
    float: left;
    width: 100%;
    height: 90px;
    padding: 27px 0;
    text-align: center;
}

.text8 .link8 a {
    margin: 0 7px;
    position: relative;
}

.text8 .link8 .bshare-custom {
    width: 100%;
    float: left;
}

.text8 .link8 .bshare-custom a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 36px;
    height: 36px;
    margin: 0 8px;
    padding: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.text8 .link8 .bshare-custom a.a3 {
    background: url(images/news1_3.jpg) no-repeat center;
}

.text8 .link8 .bshare-custom a.a4 {
    background: url(images/news1_4.jpg) no-repeat center;
}

.text8 .link8 .bshare-custom a.a5 {
    background: url(images/news1_5.jpg) no-repeat center;
}

.text8 .news1 {
    float: left;
    width: 100%;
    padding-bottom: 60px;
}

.text8 .news1 .title8 {
    float: left;
    width: 100%;
    height: 69px;
    line-height: 69px;
    font-size: 18px;
    color: #007ec8;
}

.text8 .news1 .ul06 {
    float: left;
    width: 100%;
}

.text8 .news1 .ul06 li {
    float: left;
    width: 48.5%;
    height: 39px;
    line-height: 36px;
    border-bottom: 1px solid #d7d8d8;
    padding-bottom: 2px;
    margin-right: 3%;
}

.text8 .news1 .ul06 li:nth-child(2n) {
    margin-right: 0;
}

.text8 .news1 .ul06 li a {
    display: block;
    float: left;
    width: 80%;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text8 .news1 .ul06 li span {
    display: block;
    float: right;
    font-size: 14px;
    color: #777;
    text-align: right;
    width: 20%;
    overflow: hidden;
}

.text8 .news1 .ul06 li a:hover {
    color: #007ec8;
}

.link9 {
    float: left;
    width: 100%;
    height: 59px;
    line-height: 59px;
    font-size: 14px;
    border-top: 1px solid #d7d8d8;
}

.link9 a {
    color: #666;
    display: block;
    float: left;
    width: 50%;
    height: 59px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.link9 a:hover {
    color: #1b7acb;
}

.link9 .a7 {
    text-align: left;
    text-indent: 0;
}

.link9 .a8 {
    text-align: right;
    text-indent: 0;
}

@media screen and (max-width:767px) {
    .text8 .h1_4 {
        height: 48px;
        line-height: 48px;
        margin-top: 10px;
        font-size: 18px;
    }
    .text8 .h2_4 {
        height: auto;
        line-height: 24px;
        padding: 8px 0;
        text-align: center;
    }
    .text8 .h2_4 a {
        display: none;
    }
    .text8 .h2_4 i {
        display: block;
        height: 1px;
    }
    .text8 .text9 {
        padding: 15px 0 0px 0;
        line-height: 28px;
        text-indent: 24px;
    }
    .text8 .link8 {
        height: 60px;
        padding: 15px 0;
    }
    .text8 .news1 {
        padding-bottom: 30px;
    }
    .text8 .news1 .title8 {
        height: 42px;
        line-height: 42px;
        font-size: 16px;
    }
    .text8 .news1 .ul06 li {
        width: 100%;
        margin-right: 0;
    }
    .text8 .news1 .ul06 li a {
        width: 70%;
    }
    .text8 .news1 .ul06 li span {
        width: 30%;
    }
    .link9 {
        height: 40px;
        line-height: 40px;
    }
}


/*招贤纳士*/

.c_0100_24 {
    float: left;
    width: 100%;
    padding-top: 35px;
}

.c_0100_24 .title6 {
    float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
    background: #1b7acb;
    font-weight: bold;
}

.c_0100_24 .l_257 {
    float: left;
    width: 23%;
    height: 60px;
    text-align: left;
    overflow: hidden;
}

.c_0100_24 .l_217 {
    float: left;
    width: 18.5%;
    height: 60px;
    text-align: center;
    overflow: hidden;
}

.c_0100_24 .l_182 {
    float: left;
    width: 15.5%;
    height: 60px;
    text-align: center;
    overflow: hidden;
}

.c_0100_24 .l_218 {
    float: left;
    width: 18.5%;
    height: 60px;
    text-align: center;
    overflow: hidden;
}

.c_0100_24 .l_184 {
    float: left;
    width: 15.5%;
    height: 60px;
    text-align: center;
    overflow: hidden;
}

.sideMenu {
    float: left;
    width: 100%;
}

.sideMenu h3 {
    float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    font-weight: normal;
    background: #f5f5f5;
    margin-top: 12px;
    font-size: 16px;
    color: #333;
}

.sideMenu h3 em {
    display: block;
    float: right;
    width: 9%;
    height: 60px;
    background: url(images/re_6.png) center center no-repeat;
    cursor: pointer;
    border-left: 1px solid #fff;
}

.sideMenu h3.on {
    color: #1b7acb;
}

.sideMenu h3.on em {
    background: url(images/re_7.png) center center no-repeat;
}

.sideMenu .ul01 {
    display: none;
    float: left;
    background: #fbfbfb;
    width: 100%;
    padding-left: 100px;
    padding-bottom: 50px;
    position: relative;
}

.sideMenu .ul01 .l_611 {
    float: left;
    width: 56%;
    padding-top: 42px;
    line-height: 27px;
    font-size: 12px;
    color: #666;
    padding-right: 4%;
}

.sideMenu .ul01 .l_611 .t_27 {
    float: left;
    font-size: 16px;
    color: #333;
}

.span1 {
    float: left;
    width: 100%;
    font-size: 14px;
}

.span1.mt_83 {
    margin-top: 83px;
}

.sideMenu .ul01 .r_458 {
    float: left;
    width: 44%;
    line-height: 28px;
    background: url(images/re_9.jpg) left top no-repeat;
    padding-left: 4%;
    padding-right: 3%;
    margin-top: 42px;
    color: #666;
    overflow: hidden;
}

.sideMenu .ul01 .r_458 .t_29 {
    float: left;
    width: 100%;
    height: 29px;
    line-height: 29px;
    font-size: 16px;
    color: #333;
}

.pfee {
    display: block;
    float: left;
    margin-top: 68px;
    width: 133px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    clear: both;
    background: url(images/re_5.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 50px;
}

.pfee:hover {
    color: #eee;
}

.link11 {
    float: left;
    width: 100%;
    padding: 49px 0 91px 0;
    text-align: center;
}

.link11 a {
    font-size: 14px;
    color: #8a8a8a;
}

.link11 a img {
    vertical-align: middle;
    padding-bottom: 3px;
    margin-left: 12px;
}

.link11 a:hover {
    color: #1b7acb;
}

@media screen and (max-width:991px) {
    .sideMenu h3 {
        font-size: 14px;
    }
    .c_0100_24 .title6 {
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    .c_0100_24 {
        padding-top: 20px;
    }
    .c_0100_24 .title6 {
        padding-left: 5px;
        font-size: 12px;
        height: 40px;
        line-height: 40px;
    }
    .sideMenu h3 {
        padding-left: 5px;
        font-size: 12px;
        height: auto;
        padding-top: 8px;
    }
    .sideMenu h3 em {
        background-size: 15px 15px;
        border: 0;
    }
    .sideMenu h3.on em {
        background-size: 15px 15px;
    }
    .sideMenu .ul01 {
        padding-left: 0;
        padding-bottom: 10px;
    }
    .sideMenu .ul01 .l_611 {
        width: 100%;
        padding-left: 4%;
        padding-right: 3%;
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .sideMenu .ul01 .r_458 {
        width: 100%;
        background: none;
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .sideMenu .ul01 {
        padding-bottom: 50px;
    }
    .pfee {
        bottom: 15px;
    }
    .span1.mt_83 {
        margin-top: 20px;
    }
    .c_0100_24 .l_257 {
        width: 22%;
        height: auto;
        line-height: 20px;
        padding: 10px 0;
        overflow: auto;
    }
    .c_0100_24 .l_217 {
        width: 18.5%;
        height: auto;
        line-height: 20px;
        padding: 10px 0;
        overflow: auto;
    }
    .c_0100_24 .l_182 {
        width: 15.5%;
        height: auto;
        line-height: 20px;
        padding: 10px 0;
        overflow: auto;
    }
    .c_0100_24 .l_218 {
        width: 18.5%;
        height: auto;
        line-height: 20px;
        padding: 10px 0;
        overflow: auto;
    }
    .c_0100_24 .l_184 {
        width: 15.5%;
        height: auto;
        line-height: 20px;
        padding: 10px 0;
        overflow: auto;
    }
    .pfee {
        margin-top: 20px;
        width: 85px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .link11 {
        padding: 20px 0 20px 0;
    }
    .c_0100_24 .l_257 {
        width: 42%;
        text-align: center;
    }
    .c_0100_24 .l_217 {
        display: none;
    }
    .c_0100_24 .l_182 {
        display: none;
    }
    .c_0100_24 .l_218 {
        display: none;
    }
    .c_0100_24 .l_184 {
        width: 42%;
        text-align: center;
    }
    .sideMenu h3 {
        padding-top: 0;
    }
    .sideMenu h3 em {
        width: 16%;
        height: 40px;
    }
}


/*合作伙伴*/

.ul03 {
    float: left;
    width: 100%;
    margin-top: 60px;
    border: 1px solid #ddd;
    border-right: 0;
    border-bottom: 0;
}

.ul03 li {
    float: left;
    width: 25%;
    position: relative;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}

.ul03 li .pf_zi {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 122, 203, 0.89);
    font-size: 20px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.ul03 li .pf_zi .zi {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.ul03 li:hover .pf_zi {
    bottom: 0;
}

@media screen and (max-width:767px) {
    .ul03 {
        margin-top: 20px;
    }
    .ul03 li {
        width: 50%;
    }
    .ul03 li .pf_zi {
        font-size: 14px;
    }
}

.z_hyy {
    float: left;
}

@media screen and (max-device-width: 320px) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1243px) {
    body {
        -webkit-text-size-adjust: none
    }
}


/*列表通用翻页*/
.listpage{clear:both; text-align:center;}
.LaoCMS-page{padding:14px 0 10px; font-size:12px;}
.LaoCMS-page a{height:25px; margin-left:6px; padding:0 8px; border:1px solid #d3d3d3; border-radius:5px; text-align:center; color:#767676; display:inline-block; line-height:25px;}
.LaoCMS-page a:hover{border-color:#1771c1; background:#1771c1; color:#fff; }
.LaoCMS-page span{height:25px; margin-left:6px; padding:0 8px; border:1px solid #1771c1; border-radius:5px; color:#fff; line-height:25px; background:#1771c1; text-align:center; display:inline-block;}